Skip to content

fix: use e --help when testing usability of e#13

Merged
codebytere merged 1 commit intoelectron:mainfrom
dsanders11:patch-2
Mar 21, 2022
Merged

fix: use e --help when testing usability of e#13
codebytere merged 1 commit intoelectron:mainfrom
dsanders11:patch-2

Conversation

@dsanders11
Copy link
Member

@dsanders11 dsanders11 commented Mar 19, 2022

I believe this is needed as a result of electron/build-tools#336. Looks like now a bare e invocation will have an exit code of 1, which does seem to be more standard behavior (same as git, open, and other bare commands that show help). However that means execSync chokes on it since it's coming back as an error, so switch to using e --help instead in this test.

@codebytere codebytere merged commit 100d16e into electron:main Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants